home *** CD-ROM | disk | FTP | other *** search
- package javax.print;
-
- import java.util.ArrayList;
-
- class PrintServiceLookup$Services {
- private ArrayList listOfLookupServices = null;
- private ArrayList registeredServices = null;
-
- // $FF: synthetic method
- static ArrayList access$000(PrintServiceLookup$Services var0) {
- return var0.listOfLookupServices;
- }
-
- // $FF: synthetic method
- static ArrayList access$002(PrintServiceLookup$Services var0, ArrayList var1) {
- return var0.listOfLookupServices = var1;
- }
-
- // $FF: synthetic method
- static ArrayList access$100(PrintServiceLookup$Services var0) {
- return var0.registeredServices;
- }
-
- // $FF: synthetic method
- static ArrayList access$102(PrintServiceLookup$Services var0, ArrayList var1) {
- return var0.registeredServices = var1;
- }
- }
-